Skip to content

ListObservable.this[] property

Defined in

Type: ListObservable Namespace: System.Reactive Assembly: System.Reactive.dll

Applies to

netstandard2.0

public T this[int index] { get; set; }

Summary: Gets or sets the element at the specified index.

Parameters

NameTypeDescription
indexintThe index of the item to retrieve or set.

Returns: T